Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class / AllowMultiRangeSelection Property

In This Topic
    AllowMultiRangeSelection Property
    In This Topic
    Gets or sets a value indicating if the selection of multiple ranges at the same time is allowed.
    Syntax
    'Declaration
     
    
    Public Property AllowMultiRangeSelection As Boolean
    public bool AllowMultiRangeSelection {get; set;}
    See Also